home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 90 / CDMM_90_1.ISO / Cycling Manager 2 / CyclingManager2Demo.exe / Disk1 / data1.cab / Game / DataCM2 / MenuServer / GameServer.cnh < prev    next >
Encoding:
Text File  |  2002-05-10  |  1.9 KB  |  49 lines

  1. func void fnConsoleSpeed(f32x _fSpeed);
  2. func void fnConsoleDelta(i32x iDelta);
  3.  
  4. // ******************************
  5. // * functions
  6. // ******************************
  7.  
  8. func i32x Make1616(f32x _fValue);
  9. func void SetInRaceClientReady();
  10. func void InRaceReady_Null();
  11.  
  12. func void I_IndividualOrder(i32x _iSelectedCyclistsFlag,i32x _iButton,i32x _iButtonState,i32x _iValue,f32x _fValue);
  13. func void I_IndividualOrder_Null(i32x _iSelectedCyclistsFlag,i32x _iButton,i32x _iButtonState,i32x _iValue,f32x _fValue);
  14.  
  15. func void I_AIBreak(i32x _iPreRaceCyclistId,i32x _iBreakFlag);
  16. func void AIBreak_Null(i32x _iPreRaceCyclistId,i32x _iBreakFlag);
  17. func void I_AIWithdrawal(i32x _iPreRaceCyclistId);
  18. func void AIWithDrawal_Null(i32x _iPreRaceCyclistId);
  19. func void I_AIAllWithdrawal();
  20. func void AIAllwithdrawal_Null();
  21. func void I_AIFall(i32x _iPreRaceCyclistId);
  22. func void AIFall_Null(i32x _iPreRaceCyclistId);
  23. func void SendEvent(i32x _iDiv,i32x _iEventType,i32x _iCyclistIndex,i32x _iParam1,i32x _iParam2,szx _szParam);
  24. func void SendInterface(i32x _iDiv,i32x _iValue,i32x _iValue2);
  25.  
  26. func void PhysicDeltaPos(f32x _fMulCoef);
  27. func void PhysicDeltaSpeed(f32x _fMulCoef);
  28. func void PhysicDeltaPos_Null(f32x _fMulCoef);
  29. func void PhysicDeltaSpeed_Null(f32x _fMulCoef);
  30. func void MS_PhysicDeltaSpeed(f32x _fMulCoef);
  31. func void MS_PhysicDeltaPos(f32x _fMulCoef);
  32.  
  33.  
  34. // *********************************************
  35. // * variables
  36. // *********************************************
  37. var i32x InRaceServer_eEventAccel=0;
  38. var i32x InRaceServer_eEventAttack=1;
  39. var i32x InRaceServer_eEventRetained=2;
  40. var i32x InRaceServer_eEventFall=3;
  41. var i32x InRaceServer_eEventFlat=4;
  42. var i32x InRaceServer_eEventHWound=5;    
  43. var i32x InRaceServer_eEventLWound=6;
  44. var i32x InRaceServer_eEventSprint=7;
  45. var i32x InRaceServer_eEventWithdrawal=8;
  46. var i32x InRaceServer_eEventStartRaceSprint=9;
  47. var i32x InRaceServer_eEventRacePercentageDone=10;
  48. var i32x InRaceServer_eEventNumber=11;
  49.